home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / loadwb < prev    next >
Text File  |  1993-01-23  |  2KB  |  47 lines

  1. LOADWB(1)                       DOS COMMANDS                       LOADWB(1)
  2.  
  3. NAME
  4.      LOADWB : To start Workbench
  5.  
  6. SYNOPSIS
  7.      LOADWB [DELAY] [-DEBUG]
  8.  
  9. TEMPLATE
  10.      LOADWB "DELAY/S,-DEBUG/S"
  11.  
  12. PATH
  13.      C:
  14.  
  15. DESCRIPTION
  16.            LOADWB starts the Workbench. This is done one time only, and
  17.      usually in the Startup-sequence script file. The PATH variable of the
  18.      launching CLI/SHELL is saved so that any CLI/SHELL started from the
  19.      Workbench will have their PATH set to that value.
  20.    
  21. OPTIONS
  22.      DELAY : when specified, LOADWB waits for 3 seconds before exiting.
  23.              This is to allow disk activity to stop before execution
  24.              continues.
  25.  
  26.      -DEBUG : adds the DEBUG menu to the Workbench. This menu has 2 items:
  27.              DEBUG and FlushLibs. The DEBUG item breaks the user into
  28.              ROMWACK (the Amiga's ROM-resident debugger.) This requires a
  29.              9600 baud serial terminal attached to the serial port to be
  30.              used. The FlushLibs items causes the Workbench to attempt to
  31.              allocate as much memory as possible, so that any libraries,
  32.              devices, fonts... resident in memory but not currently in use
  33.              will be expunged.
  34.      The DELAY and -DEBUG switch are mutually exclusive,
  35.  
  36. SEE ALSO
  37.      NEWSHELL, NEWCLI, PATH.
  38.  
  39. EXAMPLE
  40.      -The following script file can be used to start Workbench from any SHELL
  41.       or CLI:
  42.  
  43.      echo "A2000  Workbench 1.3 F  V34.34"
  44.      failat 30
  45.      LoadWb
  46.      endcli > nil:
  47.